PageUsage Enumeration
Represents the type of pages that a page master should generate.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
Public Enumeration PageUsage
| All | 0 |
If there are no header-left or footer-left, the header and footer content is the same for left and right pages.
|
| Left | 1 |
The left header or left footer elements are ignored.
|
| Right | 2 |
The right: header or right: footer elements are ignored.
|
| Mirrored | 3 |
If there are no header-left or footer-left, the header and footer content is the same for left and right pages.
|
| None | 4 |
None.
|